Migrate a Report
Overview
The API Comparison table highlights the shared actions and API methods between IQM and DV360 for creating, scheduling, and executing a Report. Select an endpoint to review each platform's relevant API documentation. By comparing APIs, you can migrate your workflow from DV360 to IQM.
For a comprehensive overview of IQM's finance services, see the Reports API Guidelines.
API Comparison
Base URLs
IQM: https://app.iqm.com
DV360: https://doubleclickbidmanager.googleapis.com
Action | IQM Endpoint | DV360 Endpoint | Notes |
---|---|---|---|
Get Report by ID | /api/v3/ra/report/{reportId} | /v2/queries/{queryId} | |
Get a List of Reports | /api/v3/ra/reports/list | /v2/queries | |
Create a Report | /api/v3/ra/report/add | /v2/queries | |
Schedule a Report | /api/v3/ra/report/email/schedule | /v2/queries | DV360 uses the schedule object when creating a report to determine its scheduling. |
Execute a Report | /api/v3/ra/report/execute | /v2/queries/{queryId}:run | |
Download a Report | /api/v3/ra/report/download | /v2/queries/{queryId}/reports/{reportId} | DV360 generates a download path in a report's metadata object. |
More Reports Resources
IQM:
- Reports API Guidelines
- Run a Report Quickstart Guide
- Schedule a Report Quickstart Guide
- Reports Overview Help Center article
DV360: